runtime.funcInfo.datap (field)
11 uses
	runtime (current package)
		symtab.go#L825: 	datap *moduledata
		symtab.go#L851: 	return f.datap.textAddr(f.entryOff)
		symtab.go#L915: 	return srcFunc{f.datap, f.nameOff, f.startLine, f.funcID}
		symtab.go#L1017: 	datap := f.datap
		symtab.go#L1092: 	return f.datap.funcName(f.nameOff)
		symtab.go#L1112: 	datap := f.datap
		symtab.go#L1134: 	datap := f.datap
		symtab.go#L1163: 	datap := f.datap
		symtab.go#L1222: 	base := f.datap.gofunc // load gofunc address early so that we calculate during cache misses
		symtabinl.go#L122: 		u.f.datap,
		tracestack.go#L344: 	return f.datap.textAddr(*(*uint32)(w))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |